@charset "UTF-8";

/* ------------ PICKUP ------------ */

.pickup{
	max-width: 76vw;
	margin: 0 auto 12vh auto;
}
.pickup .image{
	display: inline-block;
	max-width: 32vw;
	vertical-align: middle;
}
.pickup .text{
	display: inline-block;
	padding: 0 0 0 4vw;
	text-align: left;
	vertical-align: middle;
}
.pickup .text:nth-child(2n+1){
	padding: 0 4vw 0 0;
	text-align: right;
}
.pickup .text h2{
	position: relative;
	width: fit-content;
	font-size: 2.4vw !important;
	font-weight: bold;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}
.pickup .text h2::after{
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	bottom: 0.1em;
	width: 100%;
	height: 12px;
	background: #fca400;
	z-index: -1;
	transition: 0.2s;
}
.pickup a:hover .text h2::after{
	left: 1em;
}
.pickup .text p{
	margin-top: 0.5em;
	line-height: 1.8;
	font-size: 1.8vw;
	font-weight: bold;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
}



#others{
	width: 70vw;
	margin: 20vh auto 0 auto;
}

#others h2{
	display: block !important;
	margin: 0 auto 2.5vw auto;
	text-align: left;
	font-size: 28px !important;
	letter-spacing: 0.05em;
}

#otherThumbs{
	display: grid;
	grid-template-columns: repeat(5, 12vw);
	grid-gap: 2.5vw;
}
#otherThumbs img{
}
#espm{
	padding-top: 2.4vw;
}





/*---------------------------------------------
  SmatrPhone/Tablet
---------------------------------------------*/
@media screen and (max-width:1000px) {
	.pickup {
		max-width: 90vw;
		margin: 0 auto 7vh auto;
	}
	.pickup .image {
		max-width: 36vw;
		vertical-align: middle;
	}
	.pickup .text {
		max-width: 45vw;
		padding: 0 0 0 4vw;
		text-align: left !important;
		vertical-align: middle;
	}
	.pickup .text h2{
		line-height: 1;
		font-size: 2.8vw !important;
	}
	.pickup .text h2::after{
		height: 0.5em;
	}
	.pickup .text p{
		margin-top: 0.2em;
		font-size: 4.0vw;
	}
	.pickup .text p br.pc{
		display: none;
	}
	
	#others{
		width: 90vw;
	}
	#others h2{
		font-size: 5vw !important;
	}
	#otherThumbs {
		grid-template-columns: repeat(5, 16vw);
		grid-gap: 2.5vw;
	}
}














/*---------------------------------------------

  PICK UP

---------------------------------------------*/
#contents.thePickup{
}
#contents.thePickup #pageTag{
	display: none;
	position: absolute;
	top: 2.5vw;
	right: 3vw;
	padding: 0.5em 1em;
	border-right: solid 2px #000;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#contents.thePickup #pageTitle{
	width: 800px;
	max-width: 70vw;
	margin: 10vh auto 5vh auto;
	text-align: left;
	line-height: 1.6;
	font-size: 36px;
	font-weight: bold;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}
#contents.thePickup #pageTitle::after,
#contents.thePickup #pageTitle small::before{
	display: none !important;
}

#contents.thePickup #pageTitle small{
	position: relative;
	width: fit-content;
	margin: 0 0 0.75em 0;
	font-size: 24px;
}
#contents.thePickup #pageTitle small::after{
	position: absolute;
	left: 0.5em;
	bottom: 0.2em;
	width: 100%;
	height: 10px;
	margin: 0;
	background: #fff;
	z-index: -1;
}

#article{
	width: 800px;
	max-width: 70vw;
	margin: 0 auto;
}

#article > div{
	margin-bottom: 8vh;
}
#article > div:last-child{
	margin-bottom: 0;
}

#article .text{
	text-align: justify;
	line-height: 2.4;
}
#article .text h3{
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
}

#article .image .row{
	display: flex;
	justify-content: space-between;
}
#article .image .row:nth-child(n + 2){
	margin-top: 2.65vw;
}
#article .image .row span:nth-child(n + 2){
	margin-left: 3vw;
}



/*---------------------------------------------
  SmatrPhone/Tablet
---------------------------------------------*/
@media screen and (max-width:1000px) {
	#contents.thePickup #pageTitle{
		max-width: 90vw;
		font-size: 32px;
	}
	#article{
		max-width: 90vw;
		font-size: 14px;
	}
	#article > div{
		margin-bottom: 4vh;
	}
}
@media screen and (max-width:760px) {
	#contents.thePickup #pageTag{
		display: none;
		top: 6.5vw;
		right: 5vw;
		font-size: 3vw;
	}
	
	#contents.thePickup #pageTitle{
		max-width: 90vw;
		margin: 12vh auto 3vh auto;
		font-size: 6.5vw;
	}
	#contents.thePickup #pageTitle small{
		font-size: 4vw;
		font-weight: bold;
	}
	
	#article{
		font-size: 4vw;
	}
	
	#article > div{
		margin-bottom: 4vh;
	}
	#article .text h3{
		font-size: 4.5vw;
	}
}







