/* ==================================================
	base
================================================== */

.main_content {
	line-height: 1.375;
}
.main_content img {
	height: auto;
}
.main_content .w_100vw {
	overflow-x: clip;
}


/* ==================================================
	common
================================================== */

.main_content p sup{
	font-size: 70%;
}

.main_content h3 sup {
	font-size: 60%;
}


/* ----------------------------------------
	color
---------------------------------------- */
.color100{ background-color: #4759f5; }
.color70{ background-color: #7e8af8; }
.color20{ background-color: #dadefd; }
.color10{ background-color: #eceefe; }

.beige_color { background-color: #f4eddd; }
.gry_color { background-color: #e6e6e6; }


/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 30px 20px;
}
@media screen and (min-width: 768px) {
	.cont_wrap { padding: 50px 30px; }
}


/*===================
 order1
======================== */
@media screen and (min-width: 768px) {
	.order1_md { order: 1 !important; }
}

@media screen and (min-width: 1024px) {
	.order1_lg { order: 1 !important; }
}


/* ----------------------------------------
	title
---------------------------------------- */

.title {
	padding: 20px;
    background: #4759f5;
    color: #fff;
}
.subtitle {
	padding: 10px 20px;
	background: #7e8af8;
    color: #fff;
}


@media screen and (min-width: 768px) {
	.title,
	.subtitle {
		padding-right: 30px;
		padding-left: 30px;
	}
}



/* ----------------------------------------
	acco_dropdown
---------------------------------------- */

.acco_dropdown {
	position: relative;
}
.acco_dropdown .acco_trigger {
	line-height: 1.2;
	border-top: none;
}
.acco_dropdown .acco_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)" fill="%23fff"></path></svg>');
}
.acco_dropdown .acco_trigger.acco_open::after {
	content: "";
	transform: translateY(-50%) rotate(180deg);
}
.acco_dropdown .acco_content {
	position: absolute;
	width: 100%;
}




/* ==================================================
	slick
================================================== */

/* ----------------------------------------
	arrow
---------------------------------------- */

.main_content .slick-prev,
.main_content .slick-next {
	transform: none;
	transition: .2s;
	width: 44px;
	height: 44px;
}
.main_content .slick-prev::before,
.main_content .slick-next::before {
	display: inline-block;
	content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/common/images/arrow/square.svg);
	width: 30px;
	height: 30px;
	opacity: 1;
}
.main_content .slick-prev::before {
	transform: rotate(180deg);
}
.main_content .slick-prev:hover::before,
.main_content .slick-next:hover::before {
	content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/common/images/arrow/square_hover.svg);
}


/* v_arrow_white -------------------- */

.v_arrow_white .slick-prev::before,
.v_arrow_white .slick-next::before {
	content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/common/images/arrow/square_white.svg);
	position: relative;
	z-index: 1;
}
.v_arrow_white .slick-prev:hover::before,
.v_arrow_white .slick-next:hover::before {
	content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/common/images/arrow/square_white.svg);
}
.v_arrow_white .slick-prev::after,
.v_arrow_white .slick-next::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .2s;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,.4);
}
.main_content .slick-prev:hover::after,
.main_content .slick-next:hover::after {
	background: rgba(0,0,0,.6);
}



/* ----------------------------------------
	dots
---------------------------------------- */

.main_content .slick-dots {
	left: 0;
}
.main_content .slick-dots li {
	margin: 0;
}
.main_content .slick-dots li.slick-active,
.main_content .slick-dots li.slick-active button {
	width: 76px;
}
.main_content .slick-dots li button::before {
	width: 5px;
	height: 5px;
	background: #c7c7c7;
	opacity: 1;
}
.main_content .slick-dots li button:hover::before,
.main_content .slick-dots li button:focus::before,
.main_content .slick-dots li.slick-active button::before {
	background: #000;
}
.main_content .slick-dots li.slick-active button::before {
	width: 56px;
	border-radius: 2.5px;
}


/*============================
	main
============================ */
.main .heading,
.main .sub_heading {
	color: #fff;
	padding: 25px 20px;
}
.main .heading {
	background: #4759f5;
}
.main .sub_heading {
	background: #7e8af8;
}
.main .copy {
	padding: 2rem 1.6rem;
}
@media screen and (min-width: 768px) {
	.main .heading,
	.main .sub_heading {
		padding-right: 30px;
		padding-left: 30px;
	}
	.main .copy {
		padding: 60px 20px
	}
}

/*------------------------------------- movie */
.movie {
	position: relative;
}
.movie .img_area img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: auto;
}
.movie .text_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 40px);
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.movie .img_area img {
		min-height: 500px;
	}
}
/*
.mv__box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/

.mv__box a {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: ease-out .1s;
	top: 0;
	left: 0;
}


/*--------------------------------------
fadein
----------------------------------------- */
.fadein_area{
  overflow: hidden;
}
.fadein_area > li + li{
	border-top: 1px #999 solid;
	/*margin-top: 2rem;*/
}
@media screen and (min-width: 1024px){
	.fadein_area > li + li{
		margin-top: 0;
	}
}

.fadein {
	opacity: .1;
	transform: translateY(30px);
	transition: .8s;
	position: relative;
}
.fadein.scrollin {
	opacity: 1;
	transform: translateY(0);
}
.fadein_area .txt_area{
	padding: 2rem 1.6rem;
	z-index: 10;
}
@media screen and (min-width: 1024px){
	.fadein_area .txt_area{
		/*background: rgba(242,242,242,.5);*/
		padding: 2rem;
		position: absolute;
		width: calc(100% - 60%);
	}
	.fadein_area .txt_area.txtTL{
		top: calc(100% - 95%);
		left: 3%;
	}
	.fadein_area .txt_area.txtTR{
		top: calc(100% - 95%);
		right: 2%;
	}
	.fadein_area .txt_area.txtML{
		bottom: 50%;
		left: 3%;
		transform: translateY(-50%);
	}
	.fadein_area .txt_area.txtDL{
		top: 50%;
		left: 3%;
	}
	.fadein_area .txt_area.txtMR{
		top: 50%;
		right: 3%;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 1536px){
	.fadein_area .img_area {
		max-height: 700px;
		overflow: hidden;
	}
	.fadein_area .txt_area{
		width: calc(100% - 58%);
	}

	.fadein_area .txt_area.txtTL{
		top: calc(100% - 85%);
		left: 3%;
	}
	.fadein_area .txt_area.txtTR{
		top: calc(100% - 85%);
		right: 2%;
	}

}
/*===================================

===================================*/
/* 下から */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*------------------------------------------------ 
explore_series__area
---------------------------------------------- */
.explore_series__area {
	background:#4759f5;
}
.explore_series__area .tab_trigger {
	display: flex;
	align-items: center;
	
}
.explore_series__area .tab_trigger > li {
	padding: 1rem 3rem;
	background: #eceefe;
	border-top: 4px #eceefe solid;
}
.explore_series__area .tab_trigger > li.tab_current {
	background: #fff;
	border-top: 4px #b5bdfb solid;
}

.explore_series__area .tab_trigger > li:hover {
	background: #fff;
	border-top: 4px #fff solid;
}

.explore_series__area .tab_content_area{
	background: #fff;
}



/*============================
	color__boxs
============================ */
.color__boxs .heading,
.color__boxs .sub_heading {
	color: #fff;
	padding: 25px 20px;
}
.color__boxs .heading{
	background: #4759f5;
}
.color__boxs .sub_heading{
	background: #7e8af8;
}
.color__boxs .cnt__inner {
	padding: 2rem 1.6rem;
	background: #dadefd;
}
@media screen and (min-width: 768px) {
	.color__boxs .heading{
		padding-right: 30px;
		padding-left: 30px;
	}
	.color__boxs .cnt__inner {
		padding: 60px 20px
	}
}


/* ----------------------------------------
	explore_series_box swiper
---------------------------------------- */


.explore_series_box .swiper {
	overflow: visible;
	position: relative;
	padding: 47px 20px 40px;
}
.explore_series_box .swiper-slide {
	width: 300px;
	margin-right: 20px;
}
.explore_series_box .swiper-slide:last-child {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.explore_series_box .swiper {
		padding-right: 30px;
		padding-left: 30px;
	}
	.explore_series_box .swiper-slide {
		width: 429px;
		margin-right: 30px;
	}
}

@media screen and (min-width: 1280px) {
	.explore_series_box .swiper {
		padding: 47px 0 0;
	}
	.explore_series_box .swiper-slide {
		width: 490px;
	}
}


.explore_series_box .img__box {
	margin-bottom: 1em;
}



/* controller -------------------- */

.explore_series_box .swiper-controller {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
}
.explore_series_box .swiper-button-prev,
.explore_series_box .swiper-button-next {
	position: relative;
	cursor: pointer;
	transition: .2s;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.explore_series_box .swiper-button-prev:hover,
.explore_series_box .swiper-button-next:hover {
	background: #000;
}
.explore_series_box .swiper-button-prev::before,
.explore_series_box .swiper-button-next::before {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	transition: .2s;
	width: 44px;
	height: 44px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M0,0v30h30V0H0ZM29,29H1V1h28v28Z"/><polygon points="16.09 20.11 16.8 20.82 22.6 15.02 16.75 9.18 16.05 9.89 20.69 14.53 8.03 14.53 8.03 15.53 20.67 15.53 16.09 20.11"/></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
}
.explore_series_box .swiper-button-prev:hover::before,
.explore_series_box .swiper-button-next:hover::before {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><polygon points="16.09 20.11 16.8 20.82 22.6 15.02 16.75 9.18 16.05 9.89 20.69 14.53 8.03 14.53 8.03 15.53 20.67 15.53 16.09 20.11"/></svg>');
	filter: invert(1);
}
.explore_series_box .swiper-button-prev::before,
.explore_series_box .swiper-button-prev:hover::before {
	transform: rotate(180deg);
}
.explore_series_box .swiper-button-disabled {
	opacity: .3;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.explore_series_box .swiper-controller {
		right: 10px;
	}
}

@media screen and (min-width: 1280px) {
	.explore_series_box .swiper-controller {
		right: -20px;
	}
}


/* pagination -------------------- */

.explore_series_box .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.explore_series_box .swiper-pagination-bullet {
	display: inline-block;
	cursor: pointer;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	background-color: rgba(0,0,0,.2);
	background-clip: padding-box;
	border: 2px solid transparent;
	border-radius: 20px;
}
.explore_series_box .swiper-pagination-bullet-active {
	width: 60px;
	background-color: #000;
}

@media screen and (min-width: 1280px) {
	.explore_series_box .swiper-pagination {
		display: none;
	}
}


/* スライダー非活性時 -------------------- */

.explore_series_box .swiper:not(.swiper-initialized) .swiper-controller {
	display: none;
}
.explore_series_box .swiper:not(.swiper-initialized) .swiper-wrapper {
	margin: 0;
}




/* ==================================================
	app_expansion
================================================== */
.app_expansion_for,
.app_expansion_navi {
	display:none;
}
.app_expansion_for.slick-initialized,
.app_expansion_navi.slick-initialized {
	display: block;
}
.app_expansion_img {
	margin-top: 15px;
}
.app_expansion_navi .item h3 svg {
	display: none;
}
.app_expansion_text {
	margin-top: 15px;
}
.app_expansion_navi .item .text {
	margin-top: 5px;
}
.app_expansion_navi .item .text * + p,
.app_expansion_navi .item .text * + ul {
	margin-top: .5em;
}
.app_expansion_navi .item img {
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 479px) {
	.app_expansion .slick-prev, .app_expansion .slick-next{
		top: 100%;
	}
}
@media screen and (max-width: 1023px) {
	.app_expansion .slick-prev, .app_expansion .slick-next{
		top: 100%;
	}
}
@media screen and (min-width: 1024px) {
	.app_expansion {
		display: flex;
		justify-content: space-between;
		/*align-items: center;
		flex-direction: row;*/
	}
	.app_expansion_img {
		width: 55%;
		/*margin-top: 40px;*/
	}
	.app_expansion_text {
		width: 42%;
		margin-top: 0;
	}
	.app_expansion_navi {
		margin-top: 40px;
	}
	.app_expansion_navi .slick-list {
		overflow: visible;
		padding: 0 !important;
	}
	.app_expansion_navi .item {
		float: none !important;
		width: 100% !important;
		padding: 0;
	}
	.app_expansion_navi .item:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.app_expansion_navi .item h3 {
		/*margin-left: -20px;*/
		position: relative;
		border-bottom:1px #ccc solid;
		color: #999;
		cursor: pointer;
		font-weight: 400;
		transition: .2s;
		padding: 5px;
	}

	.app_expansion_navi .item h3::after{
		content: "";
		position: absolute;
		top: 14px;
		transform: rotate(45deg);
		width: 8px;
		height: 8px;
		margin-left: 15px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.app_expansion_navi .item h3:hover {
		color: #000;
	}
	.app_expansion_navi .item h3 span {
		padding-left: 20px;
	}
	.app_expansion_navi .item.slick-current h3 {
		border-bottom:none;
		color: #000;
	}
	.app_expansion_navi .item.slick-current h3::after{
		border:none;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
	}
	/*
	.app_expansion_navi .item.slick-current h3 svg {
		display: block;
			height: 48px;
		border-radius: 10px;
	}
	.app_expansion_navi .item.slick-current h3 span {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	*/
	.app_expansion_navi .item .text {
		display: none;
		padding: 0 0 20px;
		border-bottom: 1px #000 solid;
	}
	.app_expansion_navi .item:first-of-type .text {
		display: block;
	}
}




/* ==================================================
	tech_list
================================================== */

.tech_list {
	margin: -20px -5px 0;
}
.tech_list > li {
	margin-top: 20px;
	padding: 0 5px;
}
.tech_list .inner {
	border: 1px solid #000;
}
.tech_list .img_area img {
	width: 100%;
}
.tech_list .text_area {
	padding: 20px;
}
.tech_list .btn_area {
	padding: 0 20px 20px;
}

@media screen and (min-width: 480px) {
	.tech_list {
		display: flex;
		flex-wrap: wrap;
	}
	.tech_list > li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.tech_list > li {
		width: calc(100% / 3);
	}
}

@media screen and (min-width: 1024px) {
	.tech_list {
		margin-right: -15px;
		margin-left: -15px;
	}
	.tech_list > li {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width: 1280px) {
	.tech_list .text_area {
		padding: 30px;
	}
	.tech_list .btn_area {
		padding: 0 30px 30px;
	}
}


/* ==================================================
	disclaimer
================================================== */

.disclaimer {
	padding: 30px 20px;
	background: #e6e6e6;
}
.disclaimer a {
	color: #000;
	text-decoration: underline;
}
.disclaimer a:hover {
	background: rgba(0,0,0,.1);
}
.disclaimer .inner {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}
.disclaimer .acco_trigger {
	position: relative;
	padding: 20px 0;
	font-size: 16px;
	line-height: 24px;
}
.disclaimer .acco_trigger::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	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)" fill="%23000"></path></svg>');
}
.disclaimer .acco_trigger.acco_open::after {
	transform: translateY(-50%) rotate(180deg);
}
.disclaimer .acco_content {
	padding-bottom: 20px;
}
.disclaimer .acco_content > * + * {
	margin-top: 20px;
}
.disclaimer .notes_num > li:nth-child(n+2) {
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.disclaimer {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/* ==================================================
	docs
================================================== */

@media screen and (max-width: 767px) {
	.docs .text_area {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.docs {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.docs .img_area {
		width: 170px;
	}
	.docs .text_area {
		width: calc(100% - (170px + 40px));
	}
}


/* ==================================================
	meet_the_family
================================================== */

@media screen and (min-width: 1024px) {
	.meet_the_family .lineBox_module {
        width: calc(100% / 4);
	}
}



/*------------------------------------------ 
	printos_production_hub_box
-------------------------------------------- */
.printos_production_hub_box {
	display: grid;
	gap: 40px 30px;
}

.printos_production_hub_box .img__box {
    width: 100%;
    object-fit: cover;
}
@media (min-width: 1024px) {
	.printos_production_hub_box {
		grid-template-columns: 1fr 43%;
		grid-template-rows: repeat(1, 1fr);
	}
	.printos_production_hub_box .img__box {
		order: 1;
	}
}


