@charset "utf-8";
/* CSS Document */

.cmn-container h1,
.cmn-container h2,
.cmn-container h3
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.font {
	font-family: "Noto Sans JP", sans-serif;
	font-family: "Bebas Neue", sans-serif;
	font-family: "Noto Serif JP", serif;
}

.cmn-container p,.cmn-container li,.cmn-container a {
	font-family: "Noto Serif JP", serif;
	color: rgba(108,108,108,1.00);
	line-height: 2.2;
	
}

/* bottom area */

.bottom_area {
	padding-top: 90px;
	padding-bottom: 90px;
}
.bottom_area .btn_area {
	text-align: center;
	margin-bottom: 30px;
}
.bottom_area .btn_area .btn {
	display: inline-block;
	padding: 0;
}
.bottom_area .btn_area .btn a {
	font-size: 18px;
	line-height: 2.2;
	display: block;
	color: #FFF;
	text-align: center;
	background-color: #000;
	padding: 0 2em;
	border-radius: 1.1em;
}
@media screen and (max-width: 767px) {
	.bottom_area {
		padding-bottom: 12vw;
	}
	.bottom_area .btn_area .btn a {
		font-size: 3.4vw;
	}
	
}
.cmn-container {
	font-family: "Noto Sans JP", sans-serif;
}
/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}


.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
	.only_sp960 {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.only_pc768 {
		display: none;
	}
}
.pc {
  display: none
}
.mt20 {
  margin-top: 20px
}
.fv_area {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.midcopy {
	padding: 60px 0;
}
.midcopy h2 {
	font-size: 28px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.8em;
}
.midcopy p {
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 2.2;
}

.headNavArea {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 90px;
}
.headNavArea:nth-last-child(1) {
	margin-bottom: 0;
}
.head {
	margin-bottom: 90px;
}
.head h2 {
	font-size: 20px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	
}
.head h2 > span {
	display: block;
}
.head h2 > span.num {
}
.head h2 > span.num .numIn {
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;
}

.head h2 > span.type {
	margin-top: 0.6em;
}
.navBox {
	border-top: 1px solid #000;
	padding-top: 35px;
	margin-bottom: 90px;
	
}
@media screen and (min-width: 768px) {
	.head {
	  margin-bottom: 70px;
	}	
	.navList {
		display: none;
	}
	.headNavArea {
		font-size: 0;	
	}	
	.headNavArea .navBox {
		display: inline-block;
		width: 25%;
		border-right: 1px solid #000;
		border-top: none;
		position: relative;
	}
	.headNavArea .navBox:nth-child(1) {
		border-left: 1px solid #000;
	}
	
	.headNavArea .navBox a {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.navBox .head h2 {
		transform: scale(100%);
		transition: 0.3s all ease;
	}
	.navBox .head h2::after {
		content: "READ MORE";
		font-size: 0.7em;
		position: absolute;
		bottom:0;
		left: 50%;
		transform: translateX(-50%) translateY(150%);
		word-break: keep-all;
		display: block;
		width: 100%;
		text-decoration: underline;
	}
	
	.navBox:hover .head h2 {
		transform: scale(110%);
	}
	
	
}
.navList ul {
	text-align: center;
	font-size: 0;
}
.navList ul li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
}
.navList ul li .img {
	overflow: hidden;
	line-height: 1.0;
}
.navList ul li .img img {
	transform: scale(100%);
	transition: 0.3s all ease;
}
.navList ul li:hover .img img {
	transform: scale(110%);
}
.navList ul li:nth-last-child(1) {
	margin-right: 0;
}
.navList ul li a > span {
	display: block;
	font-size: 16px;
	color: #313131;
	line-height: 2.0;
	text-align: center;
}
.navList ul li a:hover {
	text-decoration: none;
	opacity: 1.0;
}
.navList ul li a > span {
}
.navList ul li a .bottom {
	background-color: #FFF;
	padding-bottom: 20px;
	position: relative;
}
.navList ul li a .bottom::after {
	content: "";
	display: table-cell;
	width: 20px;
	height: 20px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: 0;
}

.secWrap {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 120px;
}
.secBox {
	border-top: 1px solid #000;
	padding-top: 90px;
	margin-bottom: 90px;
}
.secHead .mov {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.secBox .copy {
	padding: 60px 0;
}
.secBox .copy p {
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 2.0;
}
.secBox .itemList {
}
.secBox .itemList ul {
	font-size: 0;
	text-align: center;
}
.secBox .itemList ul li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	font-size: 15px;
	line-height: 2.0;
	color: rgba(62,62,62,1.00);
	vertical-align: top;
}
.secBox .itemList ul li > span {
	display: block;
	text-align: center;
}
.secBox .itemList ul li .brand {
	font-size: 0.8em;
}
.secBox .itemList ul li .price {
	font-weight: 600;
	color: #313131;
}
.secBox .itemList ul li .price .unit {
	font-size: 0.8em;
}
.secBox .itemList ul li:nth-last-child(1) {
	margin-right: 0;
}
.secBox .bottomBtn {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.secBox .bottomBtn .btn {
	padding: 0;
	margin: 0;
}
.secBox .bottomBtn .btn a {
	display: block;
	color: #FFF;
	line-height: 2.2;
	background-color: #000;
	padding: 0 1.5em;
	border-radius: 6px;
}
.navList li,.itemList li {
	opacity: 0;
	transform: translateY(50%);
}
.navList.active li,.itemList.active li {
	animation-name: Anime;
	animation-fill-mode: forwards;
	animation-duration: 0.8s;
}
@keyframes Anime {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	100% {
		opacity: 1.0;
		transform: translateY(0);
	}
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
	.midcopy h2 {
	  font-size: 5.2vw;
	}	
	br.only_pc {
		display: none;
	}
	.midcopy p {
	  font-size: 3.4vw;
	  text-align: center;
	  line-height: 2.2;
		padding: 0 4vw;
	}
	.navBox {
	  padding-top: 9vw;
	  margin-bottom: 0;
		padding-bottom: 9vw;
		position: relative;
	}
	.navBox a {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
	}
	.midcopy {
	  padding: 9vw 0;
	}
	.headNavArea .head h2 {
	  font-size: 4.0vw;
		padding: 0 4vw;
		text-align: left;
		position: relative;
	}
	.headNavArea .head h2 > span {
		display: inline-block;
		text-align: left;
		margin-top: 0;
	}
	.headNavArea .head h2 > span.type {
	  margin-top: 0em;
	}	
	.headNavArea .head h2 > span.num {
		margin-right: 1em;
	}
	.headNavArea .head h2 > span.num .numIn {
	  border-bottom: none;
	}	
	.headNavArea .head h2::after {
		content: "READ MORE";
		position: absolute;
		right: 1em;
		top: 0;
		text-decoration: underline;
	}
	.head {
	  margin-bottom: 0;
	}
	.secWrap {
	  padding-top: 9vw;
	}	
	.secBox .copy {
	  padding: 9vw 0;
	}
	.secBox .copy p {
	  font-size: 3.4vw;
	}
	.secBox .itemList ul li {
	  display: block;
	  width: 100%;
	  margin-right: 0;
	  font-size: 3.4vw;
		margin-bottom: 9vw;
		padding: 0 4vw;
	}
	.bottom_area.headlink {
	  padding-top: 10vw;
	  padding-bottom: 10vw;
	}
	.secWrap .head h2 {
	  font-size: 5.2vw;
	}	
	.secWrap .head {
		margin-bottom: 9vw;
	}
	.secBox {
	  padding-top: 9vw;
	  margin-bottom: 9vw;
	}	
	
}


