/* contents */

body {
	background: #fff;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.7;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

a {
	color: #000;
	transition: all .3s ease-out;
}

.bold {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: #000;
}

.yellow-line {
	background: linear-gradient(transparent 60%, #FFFA76 60%);	
}

.bg-gray {
	background: #F8F8F8;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-gray {
	color: #bbb!important;
}

.text-black {
	color: #000!important;
}

.mx900 {
	max-width: 900px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt30 {
	padding-top: 30px!important;
}

.pt40 {
	padding-top: 40px!important;
}

.pt50 {
	padding-top: 50px!important;
}

.pt60 {
	padding-top: 60px!important;
}

.pt70 {
	padding-top: 70px!important;
}

.pt80 {
	padding-top: 80px!important;
}

.pt90 {
	padding-top: 90px!important;
}

.pt100 {
	padding-top: 100px!important;
}

.pt120 {
	padding-top: 120px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pb40 {
	padding-bottom: 40px!important;
}

.pb50 {
	padding-bottom: 50px!important;
}

.pb60 {
	padding-bottom: 60px!important;
}

.pb70 {
	padding-bottom: 70px!important;
}

.pb80 {
	padding-bottom: 80px!important;
}

.pb90 {
	padding-bottom: 90px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

.pb120 {
	padding-bottom: 120px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mt70 {
	margin-top: 70px!important;
}

.mt80 {
	margin-top: 80px!important;
}

.mt90 {
	margin-top: 90px!important;
}

.mt100 {
	margin-top: 100px!important;
}

.mt120 {
	margin-top: 120px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

.mb120 {
	margin-bottom: 120px!important;
}

.fs12 {
	font-size: 12px!important;
}

.fs14 {
	font-size: 14px!important;
}

.fs15 {
	font-size: 15px!important;
}

.fs16 {
	font-size: 16px!important;
}

.fs18 {
	font-size: 18px!important;
}

.fs20 {
	font-size: 20px!important;
}

.fs22 {
	font-size: 22px!important;
}

.fs26 {
	font-size: 26px!important;
}

.fs30 {
	font-size: 30px!important;
}

@media only screen and (max-width:767px) {

	.pt20 {
		padding-top: 15px!important;
	}

	.pt30 {
		padding-top: 20px!important;
	}

	.pt40 {
		padding-top: 25px!important;
	}

	.pt50 {
		padding-top: 30px!important;
	}

	.pt60 {
		padding-top: 35px!important;
	}

	.pt70 {
		padding-top: 40px!important;
	}

	.pt80 {
		padding-top: 50px!important;
	}

	.pt90 {
		padding-top: 60px!important;
	}

	.pt100 {
		padding-top: 70px!important;
	}

	.pt120 {
		padding-top: 80px!important;
	}

	.pb20 {
		padding-bottom: 15px!important;
	}

	.pb30 {
		padding-bottom: 20px!important;
	}

	.pb40 {
		padding-bottom: 25px!important;
	}

	.pb50 {
		padding-bottom: 30px!important;
	}

	.pb60 {
		padding-bottom: 35px!important;
	}

	.pb70 {
		padding-bottom: 40px!important;
	}

	.pb80 {
		padding-bottom: 50px!important;
	}

	.pb90 {
		padding-bottom: 60px!important;
	}

	.pb100 {
		padding-bottom: 70px!important;
	}

	.pb120 {
		padding-bottom: 80px!important;
	}

	.mt20 {
		margin-top: 15px!important;
	}

	.mt30 {
		margin-top: 20px!important;
	}

	.mt40 {
		margin-top: 25px!important;
	}

	.mt50 {
		margin-top: 30px!important;
	}

	.mt60 {
		margin-top: 35px!important;
	}

	.mt70 {
		margin-top: 40px!important;
	}

	.mt80 {
		margin-top: 50px!important;
	}

	.mt90 {
		margin-top: 60px!important;
	}

	.mt100 {
		margin-top: 70px!important;
	}

	.mt120 {
		margin-top: 80px!important;
	}

	.mb20 {
		margin-bottom: 15px!important;
	}

	.mb30 {
		margin-bottom: 20px!important;
	}

	.mb40 {
		margin-bottom: 25px!important;
	}

	.mb50 {
		margin-bottom: 30px!important;
	}

	.mb60 {
		margin-bottom: 35px!important;
	}

	.mb70 {
		margin-bottom: 40px!important;
	}

	.mb80 {
		margin-bottom: 50px!important;
	}

	.mb90 {
		margin-bottom: 60px!important;
	}

	.mb100 {
		margin-bottom: 70px!important;
	}

	.mb120 {
		margin-bottom: 80px!important;
	}
	
	.fs12 {
		font-size: 11px!important;
	}

	.fs14 {
		font-size: 13px!important;
	}

	.fs15 {
		font-size: 14px!important;
	}

	.fs16 {
		font-size: 15px!important;
	}
	
	.fs18 {
		font-size: 16px!important;
	}
	
	.fs20 {
		font-size: 18px!important;
	}

	.fs22 {
		font-size: 18px!important;
	}

	.fs26 {
		font-size: 22px!important;
	}

	.fs30 {
		font-size: 24px!important;
	}

}

@media screen and (min-width: 768px) {
	
	body {
		font-size: 13.1px;
	}
	
	.fs14 {
		font-size: 15px;
	}
	
}

/* common */


.inner {
	width: 100%;
	max-width: 900px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}

.btn-buy {
	padding: 3px 12px 4px 12px;
	line-height: 100%;
	color: #000;
	background: #fff;
	display: inline-block;
	font-weight: 500;
	margin-top: 15px;
	border: 1px solid #000;
	transition: all .3s ease-out;
}

.btn-buy:hover {
	background: #000;
	color: #fff;
}

.btn-item {
	padding: 9px 6px 11px 6px;
	line-height: 100%;
	color: #000;
	background: #fff;
	display: block;
	font-weight: 500;
	margin-top: 8px;
	border: 1px solid #000;
	transition: all .3s ease-out;
	text-align: center;
}

.btn-item:hover {
	background: #000;
	color: #fff;
}

hr {
	border-top: 1px solid #ddd;
	border-bottom: none;
	height: 1px;
}

.sec-tit {
	padding-bottom: 5px;
}

.col2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.col2 > div {
	width: 50%;
}

.col2 > div:first-child {
	padding-right: 3.75%;
}

.col2 > div:last-child {
	padding-left: 3.75%;
}

.col1 {
	width: 100%;
	padding-left: 19.25%;
	padding-right: 19.25%;
}

@media screen and (max-width: 767px) {

	.inner {
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.btn-buy {
		margin-top: 10px;
	}

	.col2 {
		padding-bottom: 0!important;
	}

	.col2 > div {
		width: 100%;
	}

	.col2 > div:first-child {
		padding-right: 0;
	}

	.col2 > div:last-child {
		padding-left: 0;
	}
	
	.col2 .item-img {
		padding-left: 8%!important;
		padding-right: 8%!important;
		padding-bottom: 35px!important;
	}
	
	.col2:not(:last-child) .item-txt {
		padding-bottom: 35px!important;
	}

	.col1 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

}

/* key */

#top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	background: #fff;
	z-index: 1;
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.035);
}

#top .img-key-logo {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
}

#top .img-key {
	width: 50%;
}

@media screen and (min-width: 768px) {
	
	#top .img-key-logo {
		order: 2;
	}

	#top .img-key {
		order: 1;
	}

}

@media screen and (max-width: 767px) {
	
	#top {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	#top .img-key-logo {
		width: 100%;
		height: 65vw;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	
	#top .img-key-logo span {
		display: block;
		width: 84%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#top .img-key {
		width: 100%;
	}

}

/* catch */

.block-catch {
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.035);
}

.catch-text {
	line-height: 2.4;
}

.prof {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.prof-img {
	width: 31.25%;
}

.prof-txt {
	width: 68.75%;
	padding-left: 7.5%;
}

.prof-txt a {
	border-bottom: 1px solid #000;
	color: #000;
}

.prof-txt a:hover {
	color: #666;
	border-color: #666;
}

@media screen and (max-width: 767px) {
	
	.catch-text {
		line-height: 2;
	}

	.catch-text h1, .catch-text p {
		text-align: left;
	}
	
	.prof-img {
		width: 60%;
		padding-bottom: 10px;
	}

	.prof-txt {
		width: 100%;
		padding-left: 0;
	}

}

/* item */

#point > .border-wrap  {
	border-bottom: 1px solid #ddd;
}

.line-black {
	width: 40px;
	height: 1px;
	background: #000;
}

.item-wrap h2 {
	text-align: center;
}

@media screen and (max-width: 767px) {

	.line-black {
		display: none;
	}

	.line-black + p {
		padding-top: 0!important;
	}

}

/* foot */

.foot-wrap {
	position: relative;
}

.foot {
	margin-top: 10px;
	width: 100%;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(600px + 12%);
}

.foot_btn {
	display: block;
	margin: 0 auto;
	border: 1px solid #333;
	width: 330px;
	line-height: 1.65;
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foot_btn:hover {
	opacity: 0.7;
}

.foot_btn span {
	font-family: 'Noto Serif JP', serif;
}

.foot_russet {
	width: 146px;
	margin: 90px auto 0;
}

.foot_russet a:hover {
	opacity: 0.7;
}

.foot_copy {
	padding: 80px 0 30px;
	text-align: center;
	display: block;
	font-size: 12px;
}

#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -100px;
	right: 20px;
	border-radius: 50%;
	text-decoration: none!important;
	z-index: 999;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	border: 1px solid #333;
}

#page-top.act {
	bottom: 20px;
}

#page-top .pt-txt {
	display: inline-block;
	font-size: 15px;
	line-height: 47px;
	vertical-align: middle;
	transition: all 0.3s ease;
	transform: translate(0);
	color: #000;
}

#page-top:hover {
	border-color: #C1B18E;
}

#page-top:hover .pt-txt {
	color: #C1B18E;
}

.foot-top-btn a {
	width: 100%;
	display: block;
	padding: 12px;
	border: 1px solid #000;
}

.foot-top-btn a:hover {
	background: #000;
	color: #fff;
}

@media screen and (max-width: 767px) {

	.foot_btn {
		width: 100%;
	}
	
	#page-top {
		width: 40px;
		height: 40px;
		right: 15px;
	}
	
	#page-top.act {
		bottom: 15px;
	}

	#page-top .pt-txt {
		font-size: 13px;
		line-height: 36px;
	}

	.foot-top-btn a {
		padding: 8px;
	}

}

/* other */

@media screen and (max-width: 767px) {

	.is-pc {
		display: none;
	}
}

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

	.is-sp {
		display: none;
	}
}
