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

#under.LC_Page_User #wrapper,
#under.LC_Page_User #conWrap,
#under.LC_Page_User #conWrap #wrap .inner1160 {
	overflow: unset;
}
#under.LC_Page_User #conWrap #wrap #breadCrumb {
	max-width: 1160px;
	margin: 0 auto;
}
#under.LC_Page_User #conWrap #wrap .inner1160 {
	max-width: none;
}


/* .featuring */
.featuring {
	letter-spacing: 0.025em;
}
.featuring img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.featuring a.txt-link {
	color: #3399cc;
	position: relative;
}
.featuring a.txt-link:hover {
	color: #f60;
}
.featuring a.txt-link:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	right: 0;
	bottom: -2px;
	z-index: 1;
	transition: background-color ease 0.28s;
}

/* .pagetitle */
.pagetitle {
	max-width: 1080px;
	margin: 0 auto;
}
.pagetitle .iblock {
	display: inline-block;
}
.pagetitle .ttl_area {
	background-image: url(../images/featuring_applepencil/bg_pagetitle.png);
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: contain;
}
.pagetitle .ttl_area .fukidashi {
	color: #d8027e;
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 5px;
}
.pagetitle .ttl_area .fukidashi::before {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background-image: url(../images/featuring_applepencil/pagetitle_fukidashi.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.pagetitle .img {
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
}
.pagetitle .ttl_area .sub {
	line-height: 1.5;
}
.pagetitle .ttl_area p {
	width: fit-content;
	margin: 0 auto;
}



@media (max-width: 991px) {
}
@media (max-width: 768px) {
	.pagetitle .img {
		padding-bottom: 60px;
	}
}
@media (max-width: 480px) {
	.pagetitle .ttl_area {
		background-position: center 25%;
	}

	.pagetitle .img {
		width: 80%;
		padding-bottom: 30px;
	}
	.pagetitle .prod-link dt,
	.pagetitle .prod-link dd {
		display: block;
	}
	.pagetitle .prod-link dt .colon {
		display: none;
	}
	.pagetitle .prod-link dd {
		padding-left: 0;
	}
}

/* functions */
.functions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.functions .sbox-function {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.functions .sbox-function .img {
	width: 42%;
	max-width: 230px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.functions .sbox-function .desc {
	flex: 1;	
}

@media (max-width: 767px) {
	.functions {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 30px;
	}	
}
@media (max-width: 480px) {
	.functions {
	}
	.functions .sbox-function {
		justify-content: center;
		gap: 15px;
	}
	.functions .sbox-function .img {
		width: 100%;
	}
	.functions .sbox-function .desc {
		flex: auto;	
	}
}



/*.fea-intro*/
.fea-intro  {
	max-width: 1080px;
	margin: 0 auto;
}

.fea-intro .AP-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 80px;
}


.fea-intro .functions .sbox-function .img {
	position: relative;
} 
.fea-intro .functions .sbox-function .img::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #dadada;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}


/* fea-chara */
#fea-chara {
	width: calc(100% + 40px);
	margin: 0 -20px;
}
@media (max-width: 640px) {
	#fea-chara {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}		
}

#tab_list_wrap {
	padding-bottom: 6px;
	position: sticky;
	top: 100px;
	left: 0;
	z-index: 2;
}
@media (max-width: 1024px) {
	#tab_list_wrap {
		top: 130px;
	}	
}
@media (max-width: 480px) {
	#tab_list_wrap {
		top: 60px;
	}	
}



#tab_list {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding-top: 20px;
	position: relative;
}

#tab_list::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dadada;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#tab_list::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}



#tab_list .tab {
	position: relative;
	cursor: pointer;
	text-align: center;
	padding: 10px 35px 9px 65px;
	border: 1px solid #dadada;
	border-bottom: none;
	background-color: #fff;
	color: #333333;
	max-width: 220px;
	max-height: 67px;
}
#tab_list .tab.active,
#tab_list .tab:hover {
	border-color: #333333;
	background-color: #333333;
	color: #fff;
}
#tab_list .tab::before {
	content: "";
	display: none;
	width: 14px;
	height: 7px;
	background-color: #333333;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -7px;
	z-index: 1;
}
#tab_list .tab.active::before,
#tab_list .tab:hover::before {
	display: block;
}
#tab_list .tab img {
	width: 24px;
	position: absolute;
	left: -2px;
	bottom: 0;
	z-index: 0;
}
#tab_list .tab .name {
	display: block;
	padding-right: 30px;
	position: relative;
	white-space: nowrap;
	line-height: 1.4;
}
#tab_list .tab .name::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translate(-50%, -50%) rotate(45deg);	
}
#tab_list .tab.active .name::before,
#tab_list .tab:hover .name::before {
	display: none;
}

@media (max-width: 768px) {
	#tab_list {
		gap: 5px;
		padding-top: 0;
	}
	#tab_list .tab {
		padding: 10px 10px 70px 10px;
		max-height: none;
		border: none;
	}
	#tab_list .tab.active,
	#tab_list .tab:hover {
		border: none;
	}
	#tab_list .tab.active::before,
	#tab_list .tab:hover::before {
		display: none;
	}
	#tab_list .tab img {
		width: 20px;
		margin-left: -10px;
		left: 50%;
	}
	#tab_list .tab .name {
		padding-right: 0;
		font-size: 1.2rem;
	}
	#tab_list .tab .name::before {
		display: none;
	}
	#tab_list .tab .name span {
		font-size: 1.4rem;
	}
}



#fea-chara #tab_content {
	margin-top: -6px;
	position: relative;
	z-index: 0;

	background-color: #f5f5f7;
}
#fea-chara #tab_content .item_infoBox {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}

/* charas */
#fea-chara .charas {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}
#fea-chara .charas h3 {
	width: 185px;
	padding-left: 25px;
	position: relative;
	color: #005aa0;
}
#fea-chara .charas h3::before {
	content: "";
	display: block;
	width: 15px;
	height: 4px;
	background-color: #00b3ce;
	position: absolute;
	top: 0.6em;
	left: 0;
	z-index: 1;
}
#fea-chara .charas p {
	flex: 1;
}

@media (max-width: 768px) {
	#fea-chara .charas h3 {
		width: 100%;
	}
	#fea-chara .charas p {
		flex: auto;
		width: 100%;
	}
}




/* .fea-layout */
.fea-layout {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.fea-layout .fea-block {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.fea-layout .cont-fea {
	overflow: hidden;
}

.fea-layout .cont-fea .ttl {
	width: 48%;
	padding-right: 3%;
	padding-left: 20px;
	float: left;
	position: relative;
}
.fea-layout .cont-fea .img {
	width: 52%;
	float: right;
}
.fea-layout .cont-fea .img.pair {
	padding-bottom: 40px;
}

.fea-layout .fea-block .desc {
	width: 48%;
	padding-right: 3%;
	line-height: 1.87;
	text-align: left;
}
.fea-layout .fea-block .desc .icons {
	max-width: 525px;
}
.fea-layout .fea-block .desc .i-conf,
.fea-layout .fea-block .desc .i-appstore {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 52px;
}
@media (max-width: 991px) {
	.fea-layout .cont-fea .ttl {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.fea-layout .cont-fea .img {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 30px auto;
		float: none;
	}
	.fea-layout .cont-fea .desc {
		width: 100%;
		padding-right: 0;
	}
}

/* fea-howto */
#under .fea-howto .conTtl06:before {
	background-color: #00b3ce;
}
.fea-howto .ttl:before {
	content: "";
	display: block;
	width: 10px;
	height: 26px;
	background-color: #00b3ce;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.fea-howto .howto-block .check .row {
	display: flex;
	flex-wrap: wrap;
}
.fea-howto .howto-block .check .check-img img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.fea-howto .link {
	display: inline-block;
    border-bottom: 5px solid #005aa0;
    padding: 10px 15px 5px 25px;
    color: #005aa0;
    position: relative;
    white-space: nowrap;
}
.fea-howto .link:hover {
	color: #f60;
	border-color: currentColor;
}
.fea-howto .link:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	position: absolute;
	left: 4px;
	top: 55%;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color ease 0.28s;
	z-index: 1;	
}


@media (max-width: 991px) {
	.fea-howto .howto-block .check .row {
		max-width: 522px;
		margin: 0 auto;
	}

	.fea-howto .howto-block .check .check-txt {
/*		width: calc(100% - 320px);*/
	}
	.fea-howto .howto-block .check .check-img {
/*		width: 320px;*/
	}
}
@media (max-width: 768px) {
	.fea-howto .howto-block .check .check-txt {
/*		width: 56%;*/
	}
	.fea-howto .howto-block .check .check-img {
/*		width: 44%;*/
	}

}


/* fea-important */
#under .fea-important .conTtl06:before {
	background-color: #d7d53c;
}
.fea-important .ttl:before {
	content: "";
	display: block;
	width: 10px;
	height: 26px;
	background-color: #d7d53c;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* .fea-prod */
#under .fea-prod .conTtl06:before {
	background-color: #00b3ce;
}

#tab_content .fea-prod {
	padding: 0 55px;
}

.fea-prod .prod-slider {
	max-width: 870px;
	margin: 0 auto;
}
.fea-prod .prod-slider .slick-slide {
	opacity: 1;
	transition: none;
}
.fea-prod .prod-slider .slick-prev,
.fea-prod .prod-slider .slick-next {
	background-color: #005aa0;	
}


.fea-prod .fea-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1080px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.fea-prod .model-box {
	width: 25%;
	padding: 0 15px 20px 15px;
}
.fea-prod .model-box .img-box {
	padding-top: 100%;
	position: relative;
	margin-bottom: 20px;
}
.fea-prod .model-box .img-box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.fea-prod .model-box .img-box > span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.fea-prod .model-box .txt-box {
	padding-bottom: 15px;
}
.fea-prod .model-box .txt-box .ttl {
	line-height: 1.3;
	padding-bottom: 5px;
}
.fea-prod .model-box .rent-link {
	display: inline-block;
	width: fit-content;
	border-bottom: 5px solid #005aa0;
	padding: 10px 15px 5px 25px;
	color: #005aa0;
	position: relative;
	white-space: nowrap;
}
.fea-prod .model-box .rent-link:hover {
	color: #f60;
	border-color: currentColor;
}
.fea-prod .model-box .rent-link:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	position: absolute;
	left: 4px;
	top: 55%;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color ease 0.28s;
	z-index: 1;	
}
.fea-prod .btn-area .btn {
	width: 100%;
	max-width: 520px;
	border-radius: 0;
}
.fea-prod .btn-area .btn a {
	position: relative;
    padding: 21px 20px 21px 40px;
}
.fea-prod .btn-area .btn a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	margin-top: 0;
}
.fea-prod .btn-area .btn a span.f-sz16 {
	display: inline-block;
}
.fea-prod .btn-area .btn a:hover {
	color: #fff;
}
.fea-prod .btn-area .btn a:hover:before {
    left: 30px;
}
@media (max-width: 768px) {
	#fea-pencil .fea-row {
	}

	#fea-ipad .fea-row {
		justify-content: flex-start;
	}
	.fea-prod .model-box {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.fea-prod .model-box {
		padding: 0 5px 20px 5px;
	}
	.fea-prod .model-box .rent-link {
		display: block;
		margin: 0 auto;
		padding: 10px 0 5px 10px;
	}
	.fea-prod .model-box .rent-link:before {
		left: 0;
	}
}

/*.ipad-banner*/
.ipad-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	max-width: 1160px;
	margin: 0 auto;
}
.ipad-banner .ban-box {
	width: calc(50% - 20px);
}
.ipad-banner img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
@media (max-width: 480px) {
	.ipad-banner .ban-box {
		width: 100%;
	}
	.ipad-banner .ban-box:first-child {
		margin-bottom: 20px;
	}
}
