@charset 'utf-8';


.articleblock,
body.safearea .articleblock {
	padding: 0;
}


#productsblock {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#productsblock .blockheader {
	margin-bottom: 0;
}

@media only screen and (min-width: 769px) {

	#productsblock {
		padding: 50px 0;
	}
}




#mainvisual {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70%;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#slider .viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#slider .slideitem {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#slider .slideitem .keyvisual {
	width: 100%;
	padding-top: 60%;
	background-image: url(../image/plum-book/tmp-header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider .slideitem .promotion {
	width: 80%;
	padding-bottom: 30px;
	text-align: left;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
}

#slider .slideitem .pr_media {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#slider .slideitem .tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#slider .slideitem .tagline .cover {
	padding: 20px;
	background-color: #fff;
	position: relative;
}

#slider .slideitem .tagline h1 {
	font-size: 6.5vw;
	font-weight: 700;
	line-height: 1.4;
}

#slider .slideitem .tagline h1:not(:last-child) {
	margin-bottom: .5em;
}

#slider .slideitem .tagline h1 span {
	display: block;
}

#slider .slideitem .tagline p {
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.5;
}

#slider .slideitem .tagline p span {
	display: block;
}

@media only screen and (min-width: 481px) {

	#mainvisual {
/* 		padding-top: 110%; */
	}

	#slider .slideitem .tagline {
		margin: 0 auto;
	}

	#slider .slideitem .tagline .cover {
		width: 100%;
	}

	#slider .slideitem .tagline h1 {
		font-size: 30px;
	}

	#slider .slideitem .tagline p {
		font-size: 16px;
	}
}

/* 
@media only screen and (min-width: 641px) {

	#mainvisual {
		padding-top: 90%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 50%;
	}
}
 */

/* 
@media only screen and (min-width: 769px) {

	#mainvisual {
		padding-top: 70%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .tagline .cover {
		padding: 7%;
	}

	#slider .slideitem .tagline h1 span,
	#slider .slideitem .tagline p span {
		display: inline-block;
	}
}
 */

@media only screen and (min-width: 641px) {

	#mainvisual {
		margin-bottom: 20px;
		padding-top: 40%;
	}

	#mainvisual > .inner {
		padding: 0;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .promotion {
	}

	#slider .slideitem .tagline {
		width: 100%;
		margin: 0;
	}

	#slider .slideitem .tagline .cover {
		background-color: rgba(255,255,255,.9);
	}
}

@media only screen and (min-width: 1001px) {

	#slider .slideitem .promotion {
		width: 40%;
		top: 50%;
		left: 5%;
		bottom: auto;
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1201px) {

	#mainvisual {
		padding-top: 480px;
	}

	#slider .slideitem .keyvisual {
		padding-top: 480px;
	}
}




.presentation {
	background: #fff;
}

.presentation:nth-child(even):not(.outline) {
	background: #f7f8fa;
}

.presentation.outline {
	border-top: 1px solid #e6e6e6;
}


.presentation > .inner {
	max-width: 1200px;
}

.presentation .brick {
	padding: 30px;
}

body.safearea .presentation .brick {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

.presentation .brick header {
	font-size: 1rem;
	margin-bottom: 2em;
}

.presentation .brick h1 {
	font-size: 1.7em;
}

.presentation .brick .sentence {
	font-size: 1rem;
}

.presentation .brick .sentence p {
	font-size: .9em;
}

.presentation .brick .sentence li {
	font-size: .9em;
}

.presentation figure {
	overflow: hidden;
}

.presentation p strong {
	font-size: 1.2em;
}

.presentation .outlinetbl {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.presentation .outlinetbl th {
	text-align: left;
	vertical-align: top;
}

.presentation .outlinetbl td p {
	margin-bottom: 0 !important;
	font-size: 1em;
}

@media only screen and (min-width: 641px) {

	.presentation .brick {
		padding: 50px;
	}

	body.safearea .presentation .brick {
		padding-left: calc(env(safe-area-inset-left) + 50px);
		padding-right: calc(env(safe-area-inset-right) + 50px);
	}

	.presentation .brick h1 {
		font-size: 2em;
	}

	.presentation .brick .sentence p {
		font-size: 1em;
	}

	.presentation .brick .sentence li {
		font-size: 1em;
	}

	.presentation .outlinetbl {
		font-size: 1.2em;
	}

	.presentation .outlinetbl th {
		min-width: 10em;
	}
}

.presentation .column {
	display: block;
	padding: 0;
}

.presentation .column.thumb {
	width: 100%;
	margin-bottom: 30px;
}

.presentation .column.article {
	width: 100%;
}

@media only screen and (min-width: 769px) {

	.presentation .column.thumb {
		width: 30%;
		margin-bottom: 0;
	}

	.presentation .column.article {
		width: 70%;
		padding-left: 50px;
	}

	.presentation .columns.right .column.article {
		padding-left: 0;
		padding-right: 50px;
		order: 1;
	}

	.presentation .column.thumb .media {
		width: 100%;
		padding-top: 100%;
		overflow: hidden;
		position: relative;
	}

	.presentation .columns.right .thumb {
		order: 2;
	}

	.presentation .column.thumb .media figure {
		width: auto;
		height: 100%;
		transform: translateX(-50%);
		position: absolute;
		top: 0;
		left: 50%;
	}

	.presentation .column.thumb .media figure img {
		width: auto;
		height: 100%;
		position: relative;
	}

	#base-oil.presentation .column.thumb .media figure {
		transform: translateX(-65%);
	}
}




.btnarea.wide {
	font-size: 2em;
}

.btnarea.wide a {
	width: 100%;
	padding: 20px 5px;
	color: #fff;
	border-color: #133e82;
	background: #133e82;
	font-weight: 700;
}

.btnarea.wide.jax a {
	border-color: #000;
	border-width: 5px;
	background: #f8bd00;
	color: #000;
}

.btnarea.wide a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
}

@media only screen and (min-width: 1001px) {

	.btnarea.wide {
		font-size: 2.6em;
	}

	.btnarea.wide a .arrow {
		width: 26px;
		height: 26px;
	}
}



.presentation .gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.presentation .gallery:not(:last-child) {
	padding-bottom: 3em;
}

.presentation .gallery .item {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 2%;
}

.presentation .gallery figure {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.presentation .gallery figure:not(:last-child) {
	margin-bottom: 1.5em;
}

.presentation .gallery figure img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 641px) {

	.presentation .right .gallery {
		justify-content: flex-end;
	}

	.presentation .gallery .item {
		width: 50%;
	}
}



.policies {
	width: 100%;
	padding: 30px 20px;
	position: relative;
}

.policies > .inner {
	width: 100%;
	font-size: .85rem;
	line-height: 1.6;
	position: relative;
}

.itemlist {
	display: flex;
	flex-wrap: wrap;
}

.itemlist .item {
	width: 100%;
	margin: 0 auto;
	padding: 5px;
}

.itemlist .item .cover {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	position: relative;
}

.itemlist .item h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	position: relative;
}

.itemlist .item p {
	position: relative;
}

.itemlist .item {
	counter-increment: sectnum;
}

.itemlist .item .sectnum:before {
	content: counter(sectnum);
}

.itemlist .item .sectnum {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background: #0080cc;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
}


@media only screen and (min-width: 541px) {

	.itemlist .item {
		width: 50%;
	}
}

@media only screen and (min-width: 801px) {

	.itemlist .item {
		width: 33.333%;
	}
}

@media only screen and (min-width: 1201px) {

	.itemlist .item {
		width: 25%;
	}
}


#action-guidelines {
	background-image: url(../image/plum-book/back_action-guidelines_tmp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

body.pc #action-guidelines {
	background-attachment: fixed;
}

#action-guidelines::before {
	content: '';
	background: #fff;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#action-guidelines .blockheader h1,
#action-guidelines .blockheader .shoulder {
	color: #fff;
}

#action-guidelines .itemlist .item > .cover:before {
	content: '';
	background: #fff;
	opacity: .9;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

#action-guidelines .itemlist .item .sectnum {
	background: #86888e;
}

#promised-policies .itemlist .item > .cover:before {
	content: '';
	width: 30%;
	height: 30%;
	border-top: 1px solid #0080cc;
	border-left: 1px solid #0080cc;
	transition: .2s;
	position: absolute;
	top: 8px;
	left: 8px;
}

#promised-policies .itemlist .item > .cover:after {
	content: '';
	width: 30%;
	height: 30%;
	border-right: 1px solid #0080cc;
	border-bottom: 1px solid #0080cc;
	transition: .2s;
	position: absolute;
	right: 8px;
	bottom: 8px;
}
